Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

fix(jqLite): make class API work consistently for IE9 #9510

Closed
wants to merge 1 commit into from

Conversation

caitp
Copy link
Contributor

@caitp caitp commented Oct 9, 2014

IE9 has issues with setAttribute() and getAttribute() when an element uses XML
namespaces.

This should make the behaviour on IE9 consistent with a minimal perf hit, and
make it easy to remove support when IE9 is no longer supported.

Fixes #5001

@caitp caitp force-pushed the issue-5001 branch 2 times, most recently from 3292644 to db9a119 Compare October 9, 2014 10:36
IE9 has issues with setAttribute() and getAttribute() when an element uses XML namespaces.

This should make the behaviour on IE9 consistent with a minimal perf hit, and make it easy
to remove support when IE9 is no longer supported.

Fixes angular#5001
@tbosch tbosch self-assigned this Oct 9, 2014
@tbosch tbosch added this to the Backlog milestone Oct 9, 2014
@tbosch tbosch removed their assignment Oct 9, 2014
@jeffbcross jeffbcross force-pushed the master branch 2 times, most recently from e8dc429 to e83fab9 Compare October 10, 2014 17:38
@caitp caitp closed this Oct 10, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ngClass bug with ng:class and ng:click on one element
4 participants